.cmbc-site-header {
    position: relative;
    background: #ffffff;
    height: 70px;
}

.cmbc-site-header-left {
    float: left;
    color: #999999;
}

.cmbc-site-header-left .logo {
    height: 32px;
    margin-top: 19px;
    cursor: pointer;
}

.cmbc-site-header-right {
    float: right;
}

.cmbc-site-header-right-btns {
    padding-top: 25px;
    display: inline-block;
}

.cmbc-site-header-right-btns-item {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #999999;
    padding: 0 10px;
    border-left: 1px solid #ececec;
}

.cmbc-site-header-right-btns-item.first {
    border-left: none;
}

.cmbc-site-header-right-btns-item.tel {
    font-weight: bold;
}

.cmbc-site-header-right-btns-item img {
    width: 15px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.cmbc-site-header-right-search {
    display: inline-block;
}
.cmbc-site-header-right-search input {
    height: 24px;
    width: 160px;
    border: 1px solid #979797;
    border-radius: 12.5px;
    padding: 0 15px;
    background: url(/upload/img/icon-search.png) no-repeat scroll 94% 3px;
    background-size: 15px;
    /* padding-left: 30px; */
}
